[INFO] cloning repository https://github.com/google/argh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/google/argh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fargh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fargh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 939affd3acc60395bb34749cabb80cc19bcd20eb
[INFO] fixing google/argh against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoogle%2Fargh" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/google/argh
[INFO] finished tweaking git repo https://github.com/google/argh
[INFO] tweaked toml for git repo https://github.com/google/argh written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/google/argh on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 28 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48
[INFO] running `Command { std: "docker" "start" "eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating argh/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating argh_derive/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating argh_shared/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Migrating argh_complete/Cargo.toml from 2018 edition to 2021
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]     Checking toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking glob v0.3.3
[INFO] [stderr]     Checking unicode-ident v1.0.24
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking proc-macro2 v1.0.106
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling argh_shared v0.1.19 (/opt/rustwide/workdir/argh_shared)
[INFO] [stderr]    Migrating argh_shared/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking trybuild v1.0.117
[INFO] [stderr]    Compiling argh_derive v0.1.19 (/opt/rustwide/workdir/argh_derive)
[INFO] [stderr]     Checking argh_complete v0.1.19 (/opt/rustwide/workdir/argh_complete)
[INFO] [stderr]    Migrating argh_derive/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]     Checking argh v0.1.19 (/opt/rustwide/workdir/argh)
[INFO] [stderr]    Migrating argh_complete/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/src/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/tests/lib.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/tests/args_info_tests.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/examples/simple_example.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/tests/compiletest.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/examples/goup.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/tests/short_alias.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/examples/completion_example.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating argh/tests/subcommand_short_help.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.94s
[INFO] [stderr] crater-edition-check: argh v0.1.19 (/opt/rustwide/workdir/argh) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: argh_derive v0.1.19 (/opt/rustwide/workdir/argh_derive) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: argh_shared v0.1.19 (/opt/rustwide/workdir/argh_shared) updating edition from 2018 to 2021
[INFO] [stderr] crater-edition-check: argh_complete v0.1.19 (/opt/rustwide/workdir/argh_complete) updating edition from 2018 to 2021
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr]     Checking argh_shared v0.1.19 (/opt/rustwide/workdir/argh_shared)
[INFO] [stderr]     Checking argh_complete v0.1.19 (/opt/rustwide/workdir/argh_complete)
[INFO] [stderr]     Checking argh_derive v0.1.19 (/opt/rustwide/workdir/argh_derive)
[INFO] [stderr]     Checking argh v0.1.19 (/opt/rustwide/workdir/argh)
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> argh/examples/completion_example.rs:26:10
[INFO] [stdout]    |
[INFO] [stdout] 26 | #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `argh` (example "completion_example") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:624:14
[INFO] [stdout]     |
[INFO] [stdout] 624 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:659:14
[INFO] [stdout]     |
[INFO] [stdout] 659 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:222:14
[INFO] [stdout]     |
[INFO] [stdout] 222 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:744:14
[INFO] [stdout]     |
[INFO] [stdout] 744 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:270:14
[INFO] [stdout]     |
[INFO] [stdout] 270 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:762:14
[INFO] [stdout]     |
[INFO] [stdout] 762 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:325:14
[INFO] [stdout]     |
[INFO] [stdout] 325 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:780:14
[INFO] [stdout]     |
[INFO] [stdout] 780 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:809:14
[INFO] [stdout]     |
[INFO] [stdout] 809 |     #[derive(argh::FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `argh::FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:373:14
[INFO] [stdout]     |
[INFO] [stdout] 373 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:827:14
[INFO] [stdout]     |
[INFO] [stdout] 827 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:852:14
[INFO] [stdout]     |
[INFO] [stdout] 852 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:450:14
[INFO] [stdout]     |
[INFO] [stdout] 450 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:866:14
[INFO] [stdout]     |
[INFO] [stdout] 866 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/lib.rs:906:14
[INFO] [stdout]     |
[INFO] [stdout] 906 |     #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:627:14
[INFO] [stdout]     |
[INFO] [stdout] 627 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1054:18
[INFO] [stdout]      |
[INFO] [stdout] 1054 |         #[derive(FromArgs, Debug, PartialEq)]
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:798:14
[INFO] [stdout]     |
[INFO] [stdout] 798 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> argh/tests/args_info_tests.rs:857:14
[INFO] [stdout]     |
[INFO] [stdout] 857 |     #[derive(FromArgs, ArgsInfo)]
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1391:14
[INFO] [stdout]      |
[INFO] [stdout] 1391 |     #[derive(argh::FromArgs)]
[INFO] [stdout]      |              ^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `argh::FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1418:18
[INFO] [stdout]      |
[INFO] [stdout] 1418 |         #[derive(FromArgs)]
[INFO] [stdout]      |                  ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1583:14
[INFO] [stdout]      |
[INFO] [stdout] 1583 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1598:14
[INFO] [stdout]      |
[INFO] [stdout] 1598 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1612:14
[INFO] [stdout]      |
[INFO] [stdout] 1612 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1626:14
[INFO] [stdout]      |
[INFO] [stdout] 1626 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1646:14
[INFO] [stdout]      |
[INFO] [stdout] 1646 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1664:14
[INFO] [stdout]      |
[INFO] [stdout] 1664 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1682:14
[INFO] [stdout]      |
[INFO] [stdout] 1682 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1700:14
[INFO] [stdout]      |
[INFO] [stdout] 1700 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1747:14
[INFO] [stdout]      |
[INFO] [stdout] 1747 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1837:14
[INFO] [stdout]      |
[INFO] [stdout] 1837 |     #[derive(FromArgs, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]     --> argh/tests/lib.rs:1861:14
[INFO] [stdout]      |
[INFO] [stdout] 1861 |     #[derive(FromArgs, PartialEq, Debug)]
[INFO] [stdout]      |              ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: this error originates in the derive macro `FromArgs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `argh` (test "args_info_tests") due to 8 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `argh` (test "lib") due to 24 previous errors
[INFO] running `Command { std: "docker" "inspect" "eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48", kill_on_drop: false }`
[INFO] [stdout] eacee49c38b60f655208d1272bd5d648bab303ab310ba6dd98d57ace1e2acf48
